home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12084 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  977 b 

  1. Path: noc.netcom.net!news
  2. From: Tarang Deshpande <tarang@willows.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: BEGINNER -- Borland tcwin 4.5 Tab Input Problem
  5. Date: Thu, 28 Mar 1996 13:09:02 -0800
  6. Organization: NETCOM Network Operations
  7. Message-ID: <315AFFEE.2AED@willows.com>
  8. References: <4jem3o$8cg_002@nuts.nwu.edu>
  9. NNTP-Posting-Host: daffy.willows.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB2 (Win95; I)
  14.  
  15. Laurie Long wrote:
  16. > Can someone explain why a user-entered tab is not recognized.  I have included
  17. >  a "case: '\t'" in my program.  The program doesn't freeze if the tab key is
  18. > pressed.   The user can go on entering any other character -- white space or
  19. > otherwise. Also, if I use '\t' in a printf control string, for example, it
  20. > works just fine.  This seems to be an input problem.
  21.  
  22. Chances are it is the function call that you are using to read.  Please
  23. post your source code.
  24.